.topping {
  padding: 20px 0px;
  width: 58px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(23, 35, 61, 0.65);
  -webkit-box-shadow: 0px 0px 3px #cccbcb;
          box-shadow: 0px 0px 3px #cccbcb;
  line-height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  right: 10px;
  top: 50%;
  background-color: #ffffff;
  z-index: 3;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.topping .topping-border {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.topping .topping-border span {
  margin-top: 10px;
}

.topping .topping-border .wxewm {
  display: none;
  position: absolute;
  right: 60px;
  top: 0;
  padding: 10px;
  background-color: #fff;
}

.topping .topping-border .qsApp {
  display: none;
  position: absolute;
  right: 60px;
  top: 110;
  padding: 10px;
  background-color: #fff;
}

.topping .topping-border:hover > .wxewm {
  display: inline-block;
}

.topping .topping-border:hover > .qsApp {
  display: inline-block;
}
/*# sourceMappingURL=topping.css.map */